home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 1997 September / Personal_Computer_World_Sep_97.iso / Democd3 / video.dxr / 00128_play vocals button.ls < prev    next >
Encoding:
Text File  |  1997-06-04  |  321 b   |  15 lines

  1. on mouseUp
  2.   global open1
  3.   set the visible of sprite 48 to 0
  4.   set the blend of sprite 44 to 40
  5.   updateStage()
  6.   set open1 to 0
  7.   set the memberNum of sprite 3 to member "vocals"
  8.   puppetSound(2, "click")
  9.   set the blend of sprite 44 to 0
  10.   puppetSound(1, 0)
  11.   puppetSound(2, 0)
  12.   updateStage()
  13.   go(the frame + 1)
  14. end
  15.